SingleNINumericSingleNMultiply Method

Computes the product of the current value and the specified value.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
SingleN INumeric<SingleN>.Multiply(
	SingleN value
)

Parameters

value  SingleN
The value to multiply with the current value.

Return Value

SingleN
The product of the current value and value.

Implements

INumericTSelfMultiply(TSelf)

See Also